subtracting Hours
fun <Unit : HourOrSmaller, TimeUnit> TimePeriod<Unit>.subtractingHours(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving backward some number of hours.
Parameters
count
The number of hours by which to move backward.